home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003 March / EnterCD 03_2003.iso / Multimedia / IntelliCAD 2001 3.3 / data1.cab / API / sds / ourbase / OURBASE.DCL < prev    next >
Encoding:
Text File  |  2003-01-05  |  2.1 KB  |  72 lines

  1.  
  2.  
  3. //  OURBASE.DCL                                                      */
  4. //                                                                   
  5. // .............................................................................
  6. //
  7. // Copyright (c) 1998 by Visio Corporation.  All rights reserved.
  8. //
  9. // The Software is subject to the license agreement that accompanies 
  10. // or is included with the Software, which specifies the permitted 
  11. // and prohibited uses of the Software. Any unauthorized duplication 
  12. // or use of Visio Corporation Software, in whole or in part, in print, 
  13. // or in any other storage and retrieval system is prohibited.
  14. // 
  15. // To the maximum extent permitted by applicable law, Visio Corporation
  16. // and its suppliers disclaim any and all warranties and conditions,
  17. // either express or implied, including, without limitation, implied
  18. // warranties of merchantability, fitness for a particular purpose,
  19. // title, and non-infringement, and those arising out of usage of trade
  20. // or course of dealing, concerning these materials.  These materials
  21. // are provided "as is" without warranty of any kind.
  22. // .............................................................................
  23.  
  24.  
  25.  
  26. base_about : dialog {
  27.     label = "About BASE";
  28.     /*
  29.     : paragraph {
  30.         alignment = left;
  31.         fixed_height = true;
  32.         : text {
  33.             label = "Copyright (c) 1997, Visio Corporation";
  34.         }
  35.         : text {
  36.             label = "All Rights Reserved.";
  37.         }
  38.         : concatenation {
  39.             : text_part {
  40.                 label = "Version ";
  41.             }
  42.             : text_part {
  43.                 label = "";
  44.                 key = "version";
  45.                 width = 50;
  46.             }
  47.         }
  48.     }
  49.     : radio_row {
  50.     key="row1";
  51.         : radio_button {
  52.          label="ALP01";
  53.          key="alpo1";
  54.         }
  55.         : radio_button {
  56.          key="alpo2";
  57.          label="ALP02";
  58.         }
  59.         : radio_button {
  60.          key="alpo3";
  61.          label="ALP03";
  62.         }
  63.         : radio_button {
  64.          label="ALP04 ";
  65.          key="alpo4";
  66.         }
  67.     }
  68.     spacer_1;
  69.     */
  70.     ok_cancel;
  71. }
  72.